From b6d161bec0b20462e4cd79f6e5f72fc503ae6146 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 21 Dec 2009 02:24:58 +0000 Subject: [PATCH] Fix teletype read. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3842 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/teletype.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gpsbabel/teletype.c b/gpsbabel/teletype.c index fcfd177bd..5897467f5 100644 --- a/gpsbabel/teletype.c +++ b/gpsbabel/teletype.c @@ -64,8 +64,10 @@ teletype_read(void) wpt->description = (gbfgetcstr(fin)); if (1) { // needs bit values of NEWFORMAT2 - // int direction = gbfgetuint32(fin); - // int mins = gbfgetuint32(fin); + gbuint32 direction = gbfgetuint32(fin); + gbuint32 mins = gbfgetuint32(fin); + (void) direction ; + (void) mins ; } if (1) { // need bit value of NEWFORMAT -- 2.30.2